Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/112 - Meme Genrator/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/112 - Meme Genrator/index.html
359 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
sctick.js /cody/swapnilsparsh/30DaysOfJavaScript/112 - Meme Genrator/sctick.js
229 Views
0 Comments
const kt = () => {
fetch("https://meme-api.herokuapp.com/gimme")
.then((data) => data.json())
.then((data_val) => {

style.css /cody/swapnilsparsh/30DaysOfJavaScript/112 - Meme Genrator/style.css
160 Views
0 Comments
* {
margin: 0;
padding: 0;
}
.main_body{
background-color: rgb(90, 92, 207);
}
#myImg {